table of contents
GLUTATTACHMENU(3) | Library Functions Manual (local) | GLUTATTACHMENU(3) |
NAME¶
glutAttachMenu
—
Attach the current menu to the current window.
LIBRARY¶
OpenGLUT - menus
SYNOPSIS¶
#include
<openglut.h>
void
glutAttachMenu
(int
button);
PARAMETERS¶
button
Mouse button to bind to
DESCRIPTION¶
Associates the
button
with the current menu in the current window.
TODO¶
Assumes 3 mouse buttons. (Actually
FREEGLUT_MAX_MENUS
holds the assumed number of buttons.) Cannot bind to more buttons. Will not issue any warnings or errors if the user does not have enough buttons to reach your menu.